home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / book310.dir / 00035.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  278 b   |  12 lines

  1. on mouseDown
  2.   global gPreviousSection
  3.   set the castNum of sprite 8 to cast "b070"
  4.   if pressBookButton(8) then
  5.     pupSprites(1, 48, 0)
  6.     puppetSprite(12, 1)
  7.     set the castNum of sprite 12 to cast "b066.down"
  8.     set gPreviousSection to "fit"
  9.     go("books")
  10.   end if
  11. end
  12.